From bdeda2e6283f6f766906fef785326748d83b2eaa Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Fri, 8 Nov 2013 05:30:24 +0200 Subject: [PATCH] * indent/ruby.rb: New example --- test/indent/ruby.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/indent/ruby.rb b/test/indent/ruby.rb index 47c9b71078b..0c432b7ca20 100644 --- a/test/indent/ruby.rb +++ b/test/indent/ruby.rb @@ -284,3 +284,10 @@ bar 1 do tee end end + +# Failing with SMIE: + +foo || + begin + bar + end -- 2.30.2